Remove Method (ItemCollection<T>)
Removes the specified object from the
ItemCollection<T>.
'Declaration
Public Function Remove( _
ByVal As _
) As Boolean
Parameters
- item
- A object to remove.
Return Value
A
System.Boolean value.
true
if the was successfully removed; otherwise,
false
.